All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.TextAttachment
NSTextAttachment
.
[[NSTextAttachment
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFileWrapper:
on a newly allocated object.
- attachmentCell
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- fileWrapper
Objective-C instance method.
- setAttachmentCell:
Objective-C instance method.
- setFileWrapper:
Objective-C instance method.
public static final char AttachmentCharacter
protected TextAttachment(boolean shouldAllocate, int objcObject)
public TextAttachment()
[[NSTextAttachment
alloc] init]
.
public TextAttachment(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public TextAttachment(FileWrapper fileWrapper)
- initWithFileWrapper:
on a newly allocated object.
public native void setFileWrapper(FileWrapper fileWrapper)
- setFileWrapper:
Objective-C instance method.
public native FileWrapper fileWrapper()
- fileWrapper
Objective-C instance method.
public native CellForTextAttachment attachmentCell()
- attachmentCell
Objective-C instance method.
public native void setAttachmentCell(CellForTextAttachment cell)
- setAttachmentCell:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index